Видео с ютуба Pointer To Derived Class
raw c++ passing (receiving) Derived class objects as Base class objects via pointers
Accessing a Derived Class Member via Pointer After using Inheritance in C+ +
How to Protect Derived Type Data in Fortran from Mutation Despite INTENT(IN)
Casting pointer to derived class to reference to pointer to base class
Smart Pointers
Understanding this Pointer in Template Inheritance in C+ +
Understanding sizeof in C+ + : Object Size of Base Class vs. Derived Class
How to Fix Passing Derived Objects in C+ + Constructors: A Clear Guide
Getting Shared Pointers from This of Derived Class in C+ +
Can the this Pointer be Polymorphic in C+ + ?
Converting from Base to Derived Class at Runtime Using Template Logic in C+ +
Understanding the this Pointer and Its Virtual Mechanism in C+ +
Is it Legal to Call Virtual Functions without a Base Pointer?
Understanding Pointer Behavior in C+ + : Derived vs Base from a Virtual Function
Understanding make_shared for Base and Derived Classes in C+ +
Understanding the Role of this Pointer in Virtual Function Polymorphism in C+ +
Understanding std::make_unique for Base and Derived Classes in C+ +
How to Effectively Wrap a List of Pointers to an Abstract Class in C+ +
Accessing Derived Virtual Functions Safely from Base Classes in C+ +
Understanding Pointers in Base Class to Manage Derived Class Objects in C+ +